home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / devices / prtbase.txt < prev    next >
Text File  |  1992-09-02  |  2KB  |  103 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:devices/prtbase.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. CONST DEVICES_PRTBASE_I=1
  6.  
  7. (---) OBJECT dd
  8. (  0)   lib:substructure
  9. ( 34)   segment:LONG
  10. ( 38)   execbase:LONG
  11. ( 42)   cmdvectors:LONG
  12. ( 46)   cmdbytes:LONG
  13. ( 50)   numcommands:INT
  14. (---) ENDOBJECT     /* SIZEOF=52 */
  15.  
  16. CONST DU_FLAGS=9,
  17.       IOF_QUEUED=16,
  18.       IOF_CURRENT=$20,
  19.       IOF_SERVICING=$40,
  20.       IOF_DONE=$80,
  21.       DUF_STOPPED=1,
  22.       P_PRIORITY=0,
  23.       P_OLDSTKSIZE=$800,
  24.       P_STKSIZE=$1000,
  25.       P_BUFSIZE=$100,
  26.       P_SAFESIZE=$80,
  27.       PF_IOR0=1,
  28.       PF_IOR1=2,
  29.       PF_EXPUNGED=$80
  30.  
  31. (---) OBJECT printerdata
  32. (  0)   dd:substructure
  33. ( 52)   unit:substructure
  34. ( 86)   printersegment:LONG
  35. ( 90)   printertype:INT
  36. ( 92)   segmentdata:LONG
  37. ( 96)   printbuf:LONG
  38. (100)   pwrite:LONG
  39. (104)   pbothready:LONG
  40. (108)   ior0:substructure
  41. (170)   ior1:substructure
  42. (232)   tior:substructure
  43. (272)   iorport:substructure
  44. (306)   tc:substructure
  45. (398)   oldstk:substructure
  46. (244)   flags:CHAR
  47. (244)   pad:CHAR
  48. (244)   preferences:substructure
  49. (268)   pwaitenabled:CHAR
  50. (268)   pad1:CHAR
  51. (268)   stk:substructure
  52. (---) ENDOBJECT     /* SIZEOF=6778 */
  53.  
  54. CONST PPCF_GFX=1,
  55.       PPCF_COLOR=2,
  56.       PPC_BWALPHA=0,
  57.       PPC_BWGFX=1,
  58.       PPC_COLORALPHA=2,
  59.       PPC_COLORGFX=3,
  60.       PCC_BW=1,
  61.       PCC_YMC=2,
  62.       PCC_YMC_BW=3,
  63.       PCC_YMCB=4,
  64.       PCC_4COLOR=4,
  65.       PCC_ADDITIVE=8,
  66.       PCC_WB=9,
  67.       PCC_BGR=10,
  68.       PCC_BGR_WB=11,
  69.       PCC_BGRW=12,
  70.       PCC_MULTI_PASS=16
  71.  
  72. (---) OBJECT printerextendeddata
  73. (  0)   printername:LONG
  74. (  4)   init:LONG
  75. (  8)   expunge:LONG
  76. ( 12)   open:LONG
  77. ( 16)   close:LONG
  78. ( 20)   printerclass:CHAR
  79. ( 21)   colorclass:CHAR
  80. ( 22)   maxcolumns:CHAR
  81. ( 23)   numcharsets:CHAR
  82. ( 24)   numrows:INT
  83. ( 26)   maxxdots:LONG
  84. ( 30)   maxydots:LONG
  85. ( 34)   xdotsinch:INT
  86. ( 36)   ydotsinch:INT
  87. ( 38)   commands:LONG
  88. ( 42)   dospecial:LONG
  89. ( 46)   render:LONG
  90. ( 50)   timeoutsecs:LONG
  91. ( 54)   8bitchars:LONG
  92. ( 58)   printmode:LONG
  93. ( 62)   convfunv:LONG
  94. (---) ENDOBJECT     /* SIZEOF=66 */
  95.  
  96. (---) OBJECT printersegment
  97. (  0)   nextsegment:LONG
  98. (  4)   runalert:LONG
  99. (  8)   version:INT
  100. ( 10)   revision:INT
  101. (---) ENDOBJECT     /* SIZEOF=NONE !!! */
  102.  
  103.